# IPQ5322 参考板信息 ## 高通参考板子 ![](media/image-20250819141612002.png) ![](media/image-20250819173356319.png) ![](media/image-20250819173448480.png) MI01.2信息: - CPU:IPQ5332 - 2x2 2.4G + 4x4 5G : QCN9274 + 4x4 6G : QCN9274 - 2.5G QCA8386 有线x4 - 10G PON QCF8001 - NOR+NAND 或者 NAND 或者 eMMC ## 供应商硬件方案信息 1. 使用单科128MB nandflash - boot阶段查看分区信息: ``` IPQ5332# smeminfo ubi0: attaching mtd1 ubi0: scanning is finished ubi0: attached mtd1 (name "mtd=0", size 52 MiB) ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 ubi0: good PEBs: 417, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 4, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 23/5, WL threshold: 4096, image sequence number: 1870967416 ubi0: available PEBs: 0, total reserved PEBs: 417, PEBs reserved for bad PEB handling: 20 flash_type: 0xb flash_index: 0x0 flash_chip_select: 0x0 flash_block_size: 0x20000 flash_density: 0x100000 partition table offset 0x0 No.: Name Attributes Start Size 0: 0:SBL1 0x0000ffff 0x0 0x180000 1: 0:SBL1_1 0x0000ffff 0x180000 0x180000 2: 0:MIBIB 0x0000ffff 0x300000 0x100000 3: 0:BOOTCONFIG 0x0000ffff 0x400000 0x80000 4: 0:BOOTCONFIG1 0x0000ffff 0x480000 0x80000 5: 0:QSEE 0x0000ffff 0x500000 0x380000 6: 0:QSEE_1 0x0000ffff 0x880000 0x380000 7: 0:DEVCFG 0x0000ffff 0xc00000 0x80000 8: 0:DEVCFG_1 0x0000ffff 0xc80000 0x80000 9: 0:TME 0x0000ffff 0xd00000 0x80000 10: 0:TME_1 0x0000ffff 0xd80000 0x80000 11: 0:CDT 0x0000ffff 0xe00000 0x80000 12: 0:CDT_1 0x0000ffff 0xe80000 0x80000 13: 0:APPSBLENV 0x0000ffff 0xf00000 0x80000 14: 0:APPSBL 0x0000ffff 0xf80000 0x180000 15: 0:APPSBL_1 0x0000ffff 0x1100000 0x180000 16: 0:ETHPHYFW 0x0000ffff 0x1280000 0x100000 17: 0:TRAINING 0x0000ffff 0x1380000 0x80000 18: 0:ART 0x0000ffff 0x1400000 0x200000 19: 0:LICENSE 0x0000ffff 0x1600000 0x40000 20: rootfs 0x0000ffff 0x1640000 0x3420000 ubi vol 0 wifi_fw ubi vol 1 kernel ubi vol 2 ubi_rootfs ubi vol 3 rootfs_data 21: rootfs_1 0x0000ffff 0x4a60000 0x3420000 ``` - 内核阶段查看分区信息: ``` [ 3.776413] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0x41 [ 3.776919] nand: ESMT GD5F1GQ5REYIG SPI NAND 1G [ 3.783541] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128 [ 3.788255] qcom-nandc 79b0000.nand: x4 mode enabled already remotely [ 3.800646] 22 fixed-partitions partitions found on MTD device qcom_nand.0 [ 3.802093] Creating 22 MTD partitions on "qcom_nand.0": [ 3.808867] 0x000000000000-0x000000180000 : "0:SBL1" [ 3.816189] 0x000000180000-0x000000300000 : "0:SBL1_1" [ 3.821075] 0x000000300000-0x000000400000 : "0:MIBIB" [ 3.825641] 0x000000400000-0x000000480000 : "0:BOOTCONFIG" [ 3.830389] 0x000000480000-0x000000500000 : "0:BOOTCONFIG1" [ 3.835757] 0x000000500000-0x000000880000 : "0:QSEE" [ 3.843628] 0x000000880000-0x000000c00000 : "0:QSEE_1" [ 3.848839] 0x000000c00000-0x000000c80000 : "0:DEVCFG" [ 3.851390] 0x000000c80000-0x000000d00000 : "0:DEVCFG_1" [ 3.856505] 0x000000d00000-0x000000d80000 : "0:TME" [ 3.862024] 0x000000d80000-0x000000e00000 : "0:TME_1" [ 3.866567] 0x000000e00000-0x000000e80000 : "0:CDT" [ 3.871795] 0x000000e80000-0x000000f00000 : "0:CDT_1" [ 3.876454] 0x000000f00000-0x000000f80000 : "0:APPSBLENV" [ 3.881678] 0x000000f80000-0x000001100000 : "0:APPSBL" [ 3.887854] 0x000001100000-0x000001280000 : "0:APPSBL_1" [ 3.892908] 0x000001280000-0x000001380000 : "0:ETHPHYFW" [ 3.897957] 0x000001380000-0x000001400000 : "0:TRAINING" [ 3.902866] 0x000001400000-0x000001600000 : "0:ART" [ 3.909365] 0x000001600000-0x000001640000 : "0:LICENSE" [ 3.912558] 0x000001640000-0x000004a60000 : "rootfs" [ 3.959489] mtd: device 20 (rootfs) set to be root filesystem [ 3.959704] mtdsplit: no squashfs found in "rootfs" [ 3.964230] 0x000004a60000-0x000007e80000 : "rootfs_1" ``` ``` root@OpenWrt:/# cat /proc/mtd dev: size erasesize name mtd0: 00180000 00020000 "0:SBL1" mtd1: 00180000 00020000 "0:SBL1_1" mtd2: 00100000 00020000 "0:MIBIB" mtd3: 00080000 00020000 "0:BOOTCONFIG" mtd4: 00080000 00020000 "0:BOOTCONFIG1" mtd5: 00380000 00020000 "0:QSEE" mtd6: 00380000 00020000 "0:QSEE_1" mtd7: 00080000 00020000 "0:DEVCFG" mtd8: 00080000 00020000 "0:DEVCFG_1" mtd9: 00080000 00020000 "0:TME" mtd10: 00080000 00020000 "0:TME_1" mtd11: 00080000 00020000 "0:CDT" mtd12: 00080000 00020000 "0:CDT_1" mtd13: 00080000 00020000 "0:APPSBLENV" mtd14: 00180000 00020000 "0:APPSBL" mtd15: 00180000 00020000 "0:APPSBL_1" mtd16: 00100000 00020000 "0:ETHPHYFW" mtd17: 00080000 00020000 "0:TRAINING" mtd18: 00200000 00020000 "0:ART" mtd19: 00040000 00020000 "0:LICENSE" mtd20: 03420000 00020000 "rootfs" mtd21: 03420000 00020000 "rootfs_1" mtd22: 00826000 0001f000 "wifi_fw" mtd23: 004034c0 0001f000 "kernel" mtd24: 0139e000 0001f000 "ubi_rootfs" mtd25: 00b62000 0001f000 "rootfs_data" ``` 2. 默认环境变量 ``` IPQ5332# print baudrate=115200 bootargs=console=ttyMSM0,115200n8 cnss2.enable_mlo_support=0 bootcmd=bootipq bootdelay=5 ethact=eth0 ethaddr=0:11:22:33:44:20 fdt_high=0x48500000 fdtcontroladdr=4a4e4004 fileaddr=440604d8 filesize=40000 flash_type=11 ipaddr=192.168.1.3 machid=8060001 mtddevname=fs mtddevnum=0 mtdids=nand0=nand0 mtdparts=mtdparts=nand0:0x3420000@0x1640000(fs), netmask=255.255.255.0 partition=nand0,0 qs=tftpboot nand-ipq5332-single.img && imgaddr=$fileaddr && source $imgaddr:script && re serverip=192.168.1.100 soc_hw_version=201a0101 soc_version_major=1 soc_version_minor=1 stderr=serial@78AF000 stdin=serial@78AF000 stdout=serial@78AF000 Environment size: 697/262140 bytes ``` 3. wireless配置信息 ``` root@OpenWrt:/tmp/sysinfo# cat /etc/config/wireless config wifi-device 'wifi0' option type 'qcawificfg80211' option channel 'auto' option hwmode '11beg' option htmode 'HT40' option country 'US' option macaddr '00:11:22:33:44:22' option disabled '1' config wifi-iface 'wifinet0' option device 'wifi0' option network 'lan' option mode 'ap' option ssid 'OpenWrt2G' option encryption 'none' option ppe_vp 'ds' option disabled '1' config wifi-device 'wifi1' option type 'qcawificfg80211' option hwmode '11bea' option disabled '0' option macaddr '00:11:22:33:44:23' option htmode 'HT80' option channel '149' config wifi-iface 'wifinet1' option device 'wifi1' option network 'lan' option extap '0' option ssid 'Openwrt5G' option ppe_vp 'ds' option wds '1' option mode 'sta' option key '12345678' option encryption 'psk2' ``` 4. network配置信息 ``` root@OpenWrt:/tmp/sysinfo# cat /etc/config/network config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fd18:29f4:ed1d::/48' config interface 'lan' option type 'bridge' option ifname 'eth0' option proto 'static' option netmask '255.255.255.0' option ip6assign '60' option multicast_querier '0' option ipaddr '192.168.1.2' option force_link '1' ``` 5. 板子sysinfo信息 ``` root@OpenWrt:/tmp/sysinfo# cat board_name qcom,ipq5332-ap-mi01.2 root@OpenWrt:/tmp/sysinfo# cat model Qualcomm Technologies, Inc. IPQ5332/AP-MI01.2 ``` 6. 查看版本信息 ``` root@OpenWrt:/# cat /etc/device_info DEVICE_MANUFACTURER='OpenWrt' DEVICE_MANUFACTURER_URL='https://openwrt.org/' DEVICE_PRODUCT='Generic' DEVICE_REVISION='v0' root@OpenWrt:/# cat /etc/openwrt_release DISTRIB_ID='OpenWrt' DISTRIB_RELEASE='19.07-SNAPSHOT' DISTRIB_REVISION='r0+12862-9cb0f01' DISTRIB_TARGET='ipq53xx/ipq53xx_32' DISTRIB_ARCH='arm_cortex-a7_neon-vfpv4' DISTRIB_DESCRIPTION='OpenWrt 19.07-SNAPSHOT r0+12862-9cb0f01' DISTRIB_TAINTS='no-all busybox override' root@OpenWrt:/# cat /etc/openwrt_version r0+12862-9cb0f01 root@OpenWrt:/# cat /etc/os-release NAME="OpenWrt" VERSION="19.07-SNAPSHOT" ID="openwrt" ID_LIKE="lede openwrt" PRETTY_NAME="OpenWrt 19.07-SNAPSHOT" VERSION_ID="19.07-snapshot" HOME_URL="https://openwrt.org/" BUG_URL="https://bugs.openwrt.org/" SUPPORT_URL="https://forum.openwrt.org/" BUILD_ID="r0+12862-9cb0f01" OPENWRT_BOARD="ipq53xx/ipq53xx_32" OPENWRT_ARCH="arm_cortex-a7_neon-vfpv4" OPENWRT_TAINTS="no-all busybox override" OPENWRT_DEVICE_MANUFACTURER="OpenWrt" OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/" OPENWRT_DEVICE_PRODUCT="Generic" OPENWRT_DEVICE_REVISION="v0" OPENWRT_RELEASE="OpenWrt 19.07-SNAPSHOT r0+12862-9cb0f01" ``` 7. 原版dts ``` dtc -I dtb -O dts -o you.dts you.dtb ``` 8. 备份mtd20和mtd21分区 ``` dd if=/dev/mtd20 of=/tmp/rootfs.bin dd if=/dev/mtd21 of=/tmp/rootfs_1.bin mtd write /tmp/rootfs.bin /dev/mtd16 ``` 9. 启动日志 ``` Format: Log Type - Time(microsec) - Message - Optional Info Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic S - QC_IMAGE_VERSION_STRING=BOOT.XF.0.3.1.1-00086-IPQ90xxLZB-2 S - IMAGE_VARIANT_STRING=IPQ5332LA S - OEM_IMAGE_VERSION_STRING=crm-ubuntu142 S - Boot Interface: NAND S - Secure Boot: Off S - Boot Config @ 0x000a602c = 0x000002c5 S - JTAG ID @ 0x000a607c = 0x1023b0e1 S - OEM ID @ 0x000a6080 = 0x00000000 S - Serial Number @ 0x000a60a8 = 0x0c2ce061 S - OEM Config Row 0 @ 0x000a4058 = 0x0000000000000000 S - OEM Config Row 1 @ 0x000a4060 = 0x0000000000000000 S - Feature Config Row 0 @ 0x000a4018 = 0x0000800000000001 S - Feature Config Row 1 @ 0x000a4020 = 0x0000000000000000 S - Feature Config Row 2 @ 0x000a4028 = 0x0000000000000000 S - FM_VERSION @ 0x000a4004 = 0x00000005 S - TAG_VERSION @ 0x000a4004 = 0x00000000 S - FEATURE ID @ 0x000a4000 = 0x00000001 S - PBL Patch Ver: 1 S - TME-L LCS: 0x0b S - I-cache: Off S - D-cache: Off B - 3413 - PBL, Start B - 959 - bootable_media_detect_entry, Start B - 2473 - bootable_media_detect_success, Start B - 4509 - elf_loader_entry, Start B - 4512 - auth_hash_seg_entry, Start B - 9827 - auth_hash_seg_exit, Start B - 10473 - elf_segs_hash_verify_entry, Start B - 213953 - elf_segs_hash_verify_exit, Start B - 281294 - auth_xbl_sec_hash_seg_entry, Start B - 281354 - auth_xbl_sec_hash_seg_exit, Start B - 303464 - xbl_sec_segs_hash_verify_entry, Start B - 303466 - xbl_sec_segs_hash_verify_exit, Start B - 322871 - PBL, End B - 279014 - SBL1, Start B - 1082231 - GCC [RstStat:0x10, RstDbg:0x600000] WDog Stat : 0x4 B - 1084976 - System Reset Reason : Power on Reset [0x20] B - 1090558 - clock_init, Start D - 579 - clock_init, Delta B - 1098518 - boot_flash_init, Start D - 30591 - boot_flash_init, Delta B - 1132129 - sbl1_ddr_set_default_params, Start D - 30 - sbl1_ddr_set_default_params, Delta B - 1138748 - boot_config_data_table_init, Start D - 3690 - boot_config_data_table_init, Delta - (615 Bytes) B - 1147654 - CDT Version:2,Platform ID:8,Major ID:6,Minor ID:0,Subtype:1 B - 1153357 - Image Load, Start D - 6588 - OEM_MISC Image Loaded, Delta - (0 Bytes) B - 1162751 - Image Load, Start D - 5032 - PMIC Image Loaded, Delta - (0 Bytes) B - 1170620 - sbl1_ddr_set_params, Start B - 1175378 - CPR configuration: 0x3a7 B - 1178825 - Pre_DDR_clock_init, Start D - 0 - Pre_DDR_clock_init, Delta D - 0 - sbl1_ddr_set_params, Delta B - 1250378 - Image Load, Start D - 91 - APDP Image Loaded, Delta - (0 Bytes) B - 1256386 - Image Load, Start D - 34434 - TME-L FW Image Loaded, Delta - (49592 Bytes) B - 1290943 - Image Load, Start D - 2135 - Auth Metadata D - 4758 - Segments hash check D - 24003 - QSEE Dev Config Image Loaded, Delta - (35096 Bytes) B - 1317051 - Image Load, Start D - 126331 - Auth Metadata D - 197396 - Segments hash check D - 683291 - QSEE Image Loaded, Delta - (1466408 Bytes) B - 2000983 - Image Load, Start D - 2349 - Auth Metadata D - 60268 - Segments hash check D - 177784 - APPSBL Image Loaded, Delta - (451108 Bytes) B - 2182549 - SBL1, End D - 1906646 - SBL1, Delta S - Flash Throughput, 4087 KB/s (2003491 Bytes, 490094 us) S - Core 0 Frequency, 800 MHz S - DDR Frequency, 1200 MHz U-Boot 2016.01 (Oct 05 2023 - 06:08:10 +0000) DRAM: smem ram ptable found: ver: 2 len: 4 1 GiB NAND: QPIC controller support serial NAND ID = 41c841c8 Vendor = c8 Device = 41 Serial Nand Device Found With ID : 0xc8 0x41 Serial NAND device Manufacturer:GD5F1GQ5REYIG Device Size:128 MiB, Page size:2048, Spare Size:128, ECC:8-bit qpic_nand: changing oobsize to 80 from 128 bytes 128 MiB MMC: PCI Link Intialized PCI2 is not defined in the device tree In: serial@78AF000 Out: serial@78AF000 Err: serial@78AF000 machid: 8060001 MMC Device 0 not found eth1 MAC Address from ART is not valid Net: MAC0 addr:0:11:22:33:44:20 EDMA ver 1 hw init Num rings - TxDesc:1 (23-23) TxCmpl:1 (23-23) RxDesc:1 (15-15) RxFill:1 (7-7) ipq5332_edma_alloc_rings: successfull ipq5332_edma_setup_ring_resources: successfull ipq5332_edma_configure_rings: successfull ipq5332_edma_hw_init: successfull Port0 Invalid Phy Id 0xffffffffType 0x2 add 0x1 NAND read: device 0 offset 0x1280000, size 0x80000 524288 bytes read: OK CRC check good on phy fw file (0x0776) PHYFW:Loading IRAM...........done. PHYFW:Loading DRAM..............done. phy fw image load good CRC-16 matches (0x2759) PHY ID1: 0x31c3 PHY ID2: 0x1c13 eth0 Hit any key to stop autoboot: 0 IPQ5332# IPQ5332# IPQ5332# IPQ5332# IPQ5332# IPQ5332# IPQ5332# IPQ5332# IPQ5332# sysinfo Unknown command 'sysinfo' - try 'help' IPQ5332# print baudrate=115200 bootargs=console=ttyMSM0,115200n8 cnss2.enable_mlo_support=0 bootcmd=bootipq bootdelay=5 ethact=eth0 ethaddr=0:11:22:33:44:20 fdt_high=0x48500000 fdtcontroladdr=4a4e4004 fileaddr=440604d8 filesize=40000 flash_type=11 ipaddr=192.168.1.3 machid=8060001 mtddevname=fs mtddevnum=0 mtdids=nand0=nand0 mtdparts=mtdparts=nand0:0x3420000@0x1600000(fs), netmask=255.255.255.0 partition=nand0,0 qs=tftpboot nand-ipq5332-single.img && imgaddr=$fileaddr && source $imgaddr:script && re serverip=192.168.1.100 soc_hw_version=201a0101 soc_version_major=1 soc_version_minor=1 stderr=serial@78AF000 stdin=serial@78AF000 stdout=serial@78AF000 Environment size: 697/262140 bytes IPQ5332# ? ? - alias for 'help' aq_load_fw- LOAD aq-fw-binary aq_phy_restart- Restart Aquantia phy ar8xxx_dump- Dump ar8xxx registers base - print or set address offset bdinfo - print Board Info structure bootelf - Boot from an ELF image in memory bootipq - bootipq from flash device bootm - boot application image from memory bootp - boot image via network using BOOTP/TFTP protocol bootvx - Boot vxWorks from an ELF image bootz - boot Linux zImage image from memory canary - test stack canary chpart - change active partition cmp - memory compare coninfo - print console devices and information cp - memory copy crc32 - checksum calculation dcache - enable or disable data cache detect_qcn9224- Detect qcn9224 version and populate it on qcn9224_version Env dhcp - boot image via network using DHCP/TFTP protocol dm - Driver model low level access dpr_execute- Debug Policy Request processing echo - echo args to console editenv - edit environment variable env - environment handling commands erase - erase FLASH memory ethinit - ethinit exectzt - execute TZT exit - exit script false - do nothing, unsuccessfully fatinfo - print information about filesystem fatload - load binary file from a dos filesystem fatls - list files in a directory (default /) fatsize - determine a file's size fatwrite- write file into a dos filesystem fdt - flattened device tree utility commands flash - flash part_name flash part_name load_addr file_size flasherase- flerase part_name flashinit- flashinit nand/mmc flinfo - print FLASH memory information flupdate- flupdate set mmc/nand/nor ; flupdate clear fuse_qcn9224- Fuse QCN9224 V2 fuses and argument is PCIe device ID fuseipq - fuse QFPROM registers from memory go - start application at address 'addr' help - print command description/usage i2c - I2C sub-system icache - enable or disable instruction cache imxtract- extract a part of a multi-image ipq_mdio- IPQ mdio utility commands ipq_mii - IPQ mii utility commands is_sec_boot_enabled- check secure boot fuse is enabled or not itest - return true/false on integer compare list_ipq5332_fuse- fuse set of QFPROM registers from memory list_pci- Print the RC's PCIe details and attached device ID list_qcn9224_fuse- Print QCN9224 fuse details from attached PCIe slots loop - infinite loop on address range md - memory display mibib_reload- mibib_reload fl_type pg_size blk_size chip_size mii - MII utility commands mm - memory modify (auto-incrementing address) mmc - MMC sub system mmcinfo - display MMC info mtdparts- define flash/nand partitions mtest - simple RAM read/write test mw - memory write (fill) nand - NAND sub-system nboot - boot from NAND device nfs - boot image via network using NFS protocol nm - memory modify (constant address) part - disk partition related commands pci - list and access PCI Configuration Space ping - send ICMP ECHO_REQUEST to network host printenv- print environment variables protect - enable or disable FLASH write protection qpic_nand- Switch between SBL and Linux kernel page on 4K NAND Flash. reset - Perform RESET of the CPU run - run commands in an environment variable runmulticore- Enable and schedule secondary cores saveenv - save environment variables to persistent storage secure_authenticate- authenticate the signed image setenv - set environment variables setexpr - set environment variable as the result of eval expression sf - SPI flash sub-system showvar - print local hushshell variables sleep - delay execution for some time smeminfo- print SMEM FLASH information source - run script from memory test - minimal test like /bin/sh tftpboot- boot image via network using TFTP protocol tftpput - TFTP put command, for uploading files to a server true - do nothing, successfully tzt - load and run tzt uart - UART sub-system ubi - ubi commands usb - USB sub-system usbboot - boot from USB device version - print monitor, compiler and linker version xtract_n_flash- xtract_n_flash addr filename partname zip - zip a memory region IPQ5332# smeminfo ubi0: attaching mtd1 ubi0: scanning is finished ubi0: attached mtd1 (name "mtd=0", size 52 MiB) ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 ubi0: good PEBs: 417, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 4, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 23/5, WL threshold: 4096, image sequence number: 1870967416 ubi0: available PEBs: 0, total reserved PEBs: 417, PEBs reserved for bad PEB handling: 20 flash_type: 0xb flash_index: 0x0 flash_chip_select: 0x0 flash_block_size: 0x20000 flash_density: 0x100000 partition table offset 0x0 No.: Name Attributes Start Size 0: 0:SBL1 0x0000ffff 0x0 0x180000 1: 0:SBL1_1 0x0000ffff 0x180000 0x180000 2: 0:MIBIB 0x0000ffff 0x300000 0x100000 3: 0:BOOTCONFIG 0x0000ffff 0x400000 0x80000 4: 0:BOOTCONFIG1 0x0000ffff 0x480000 0x80000 5: 0:QSEE 0x0000ffff 0x500000 0x380000 6: 0:QSEE_1 0x0000ffff 0x880000 0x380000 7: 0:DEVCFG 0x0000ffff 0xc00000 0x80000 8: 0:DEVCFG_1 0x0000ffff 0xc80000 0x80000 9: 0:TME 0x0000ffff 0xd00000 0x80000 10: 0:TME_1 0x0000ffff 0xd80000 0x80000 11: 0:CDT 0x0000ffff 0xe00000 0x80000 12: 0:CDT_1 0x0000ffff 0xe80000 0x80000 13: 0:APPSBLENV 0x0000ffff 0xf00000 0x80000 14: 0:APPSBL 0x0000ffff 0xf80000 0x180000 15: 0:APPSBL_1 0x0000ffff 0x1100000 0x180000 16: 0:ETHPHYFW 0x0000ffff 0x1280000 0x100000 17: 0:TRAINING 0x0000ffff 0x1380000 0x80000 18: 0:ART 0x0000ffff 0x1400000 0x200000 19: 0:LICENSE 0x0000ffff 0x1600000 0x40000 20: rootfs 0x0000ffff 0x1640000 0x3420000 ubi vol 0 wifi_fw ubi vol 1 kernel ubi vol 2 ubi_rootfs ubi vol 3 rootfs_data 21: rootfs_1 0x0000ffff 0x4a60000 0x3420000 IPQ5332# print baudrate=115200 bootargs=console=ttyMSM0,115200n8 cnss2.enable_mlo_support=0 bootcmd=bootipq bootdelay=5 ethact=eth0 ethaddr=0:11:22:33:44:20 fdt_high=0x48500000 fdtcontroladdr=4a4e4004 fileaddr=440604d8 filesize=40000 flash_type=11 ipaddr=192.168.1.3 machid=8060001 mtddevname=fs mtddevnum=0 mtdids=nand0=nand0 mtdparts=mtdparts=nand0:0x3420000@0x1640000(fs), netmask=255.255.255.0 partition=nand0,0 qs=tftpboot nand-ipq5332-single.img && imgaddr=$fileaddr && source $imgaddr:script && re serverip=192.168.1.100 soc_hw_version=201a0101 soc_version_major=1 soc_version_minor=1 stderr=serial@78AF000 stdin=serial@78AF000 stdout=serial@78AF000 Environment size: 697/262140 bytes IPQ5332# flinfo IPQ5332# nand info Device 0: nand0, sector size 128 KiB Page size 2048 b OOB size 80 b Erase size 131072 b subpagesize 0 b options 0x 0 bbt options 0x 0 IPQ5332# mmc info No MMC device available IPQ5332# print baudrate=115200 bootargs=console=ttyMSM0,115200n8 cnss2.enable_mlo_support=0 bootcmd=bootipq bootdelay=5 ethact=eth0 ethaddr=0:11:22:33:44:20 fdt_high=0x48500000 fdtcontroladdr=4a4e4004 fileaddr=440604d8 filesize=40000 flash_type=11 ipaddr=192.168.1.3 machid=8060001 mtddevname=fs mtddevnum=0 mtdids=nand0=nand0 mtdparts=mtdparts=nand0:0x3420000@0x1640000(fs), nand_erasesize=20000 nand_oobsize=50 nand_writesize=800 netmask=255.255.255.0 partition=nand0,0 qs=tftpboot nand-ipq5332-single.img && imgaddr=$fileaddr && source $imgaddr:script && re serverip=192.168.1.100 soc_hw_version=201a0101 soc_version_major=1 soc_version_minor=1 stderr=serial@78AF000 stdin=serial@78AF000 stdout=serial@78AF000 Environment size: 759/262140 bytes IPQ5332# ? ? - alias for 'help' aq_load_fw- LOAD aq-fw-binary aq_phy_restart- Restart Aquantia phy ar8xxx_dump- Dump ar8xxx registers base - print or set address offset bdinfo - print Board Info structure bootelf - Boot from an ELF image in memory bootipq - bootipq from flash device bootm - boot application image from memory bootp - boot image via network using BOOTP/TFTP protocol bootvx - Boot vxWorks from an ELF image bootz - boot Linux zImage image from memory canary - test stack canary chpart - change active partition cmp - memory compare coninfo - print console devices and information cp - memory copy crc32 - checksum calculation dcache - enable or disable data cache detect_qcn9224- Detect qcn9224 version and populate it on qcn9224_version Env dhcp - boot image via network using DHCP/TFTP protocol dm - Driver model low level access dpr_execute- Debug Policy Request processing echo - echo args to console editenv - edit environment variable env - environment handling commands erase - erase FLASH memory ethinit - ethinit exectzt - execute TZT exit - exit script false - do nothing, unsuccessfully fatinfo - print information about filesystem fatload - load binary file from a dos filesystem fatls - list files in a directory (default /) fatsize - determine a file's size fatwrite- write file into a dos filesystem fdt - flattened device tree utility commands flash - flash part_name flash part_name load_addr file_size flasherase- flerase part_name flashinit- flashinit nand/mmc flinfo - print FLASH memory information flupdate- flupdate set mmc/nand/nor ; flupdate clear fuse_qcn9224- Fuse QCN9224 V2 fuses and argument is PCIe device ID fuseipq - fuse QFPROM registers from memory go - start application at address 'addr' help - print command description/usage i2c - I2C sub-system icache - enable or disable instruction cache imxtract- extract a part of a multi-image ipq_mdio- IPQ mdio utility commands ipq_mii - IPQ mii utility commands is_sec_boot_enabled- check secure boot fuse is enabled or not itest - return true/false on integer compare list_ipq5332_fuse- fuse set of QFPROM registers from memory list_pci- Print the RC's PCIe details and attached device ID list_qcn9224_fuse- Print QCN9224 fuse details from attached PCIe slots loop - infinite loop on address range md - memory display mibib_reload- mibib_reload fl_type pg_size blk_size chip_size mii - MII utility commands mm - memory modify (auto-incrementing address) mmc - MMC sub system mmcinfo - display MMC info mtdparts- define flash/nand partitions mtest - simple RAM read/write test mw - memory write (fill) nand - NAND sub-system nboot - boot from NAND device nfs - boot image via network using NFS protocol nm - memory modify (constant address) part - disk partition related commands pci - list and access PCI Configuration Space ping - send ICMP ECHO_REQUEST to network host printenv- print environment variables protect - enable or disable FLASH write protection qpic_nand- Switch between SBL and Linux kernel page on 4K NAND Flash. reset - Perform RESET of the CPU run - run commands in an environment variable runmulticore- Enable and schedule secondary cores saveenv - save environment variables to persistent storage secure_authenticate- authenticate the signed image setenv - set environment variables setexpr - set environment variable as the result of eval expression sf - SPI flash sub-system showvar - print local hushshell variables sleep - delay execution for some time smeminfo- print SMEM FLASH information source - run script from memory test - minimal test like /bin/sh tftpboot- boot image via network using TFTP protocol tftpput - TFTP put command, for uploading files to a server true - do nothing, successfully tzt - load and run tzt uart - UART sub-system ubi - ubi commands usb - USB sub-system usbboot - boot from USB device version - print monitor, compiler and linker version xtract_n_flash- xtract_n_flash addr filename partname zip - zip a memory region IPQ5332# print baudrate=115200 bootargs=console=ttyMSM0,115200n8 cnss2.enable_mlo_support=0 bootcmd=bootipq bootdelay=5 ethact=eth0 ethaddr=0:11:22:33:44:20 fdt_high=0x48500000 fdtcontroladdr=4a4e4004 fileaddr=440604d8 filesize=40000 flash_type=11 ipaddr=192.168.1.3 machid=8060001 mtddevname=fs mtddevnum=0 mtdids=nand0=nand0 mtdparts=mtdparts=nand0:0x3420000@0x1640000(fs), nand_erasesize=20000 nand_oobsize=50 nand_writesize=800 netmask=255.255.255.0 partition=nand0,0 qs=tftpboot nand-ipq5332-single.img && imgaddr=$fileaddr && source $imgaddr:script && re serverip=192.168.1.100 soc_hw_version=201a0101 soc_version_major=1 soc_version_minor=1 stderr=serial@78AF000 stdin=serial@78AF000 stdout=serial@78AF000 Environment size: 759/262140 bytes IPQ5332# bootipq ubi0: detaching mtd1 ubi0: mtd1 is detached ubi0: attaching mtd1 ubi0: scanning is finished ubi0: attached mtd1 (name "mtd=0", size 52 MiB) ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 ubi0: good PEBs: 417, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 4, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 23/5, WL threshold: 4096, image sequence number: 1870967416 ubi0: available PEBs: 0, total reserved PEBs: 417, PEBs reserved for bad PEB handling: 20 Read 0 bytes from volume kernel to 44000000 No size specified -> Using max size (4207808) ## Loading kernel from FIT Image at 44000000 ... Using 'config@mi01.2' configuration Trying 'kernel@1' kernel subimage Description: ARM OpenWrt Linux-5.4.213 Type: Kernel Image Compression: lzma compressed Data Start: 0x440000e4 Data Size: 3474401 Bytes = 3.3 MiB Architecture: ARM OS: Linux Load Address: 0x40008000 Entry Point: 0x40008000 Hash algo: crc32 Hash value: 03134937 Hash algo: sha1 Hash value: 650b772a1c53d3985c20b800c0f3d8c041bc9637 Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at 44000000 ... Using 'config@mi01.2' configuration Trying 'fdt@mi01.2' fdt subimage Description: ARM OpenWrt ipq5332-mixx device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x443739c8 Data Size: 52810 Bytes = 51.6 KiB Architecture: ARM Hash algo: crc32 Hash value: 867189ac Hash algo: sha1 Hash value: e2979475ca371fbf15b86cc020a50b7388ca7dbd Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x443739c8 Uncompressing Kernel Image ... OK Loading Device Tree to 484f0000, end 484ffe49 ... OK Could not find PCI2 in device tree Using machid 0x8060001 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.4.213 (test@ubuntu) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r0+12862-9cb0f01)) #0 SMP PREEMPT Thu Oct 5 06:08:10 2023 [ 0.000000] CPU: ARMv7 Processor [51af8014] revision 4 (ARMv7), cr=10c0383d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Qualcomm Technologies, Inc. IPQ5332/AP-MI01.2 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Reserved memory: created DMA memory pool at 0x7f700000, size 9 MiB [ 0.000000] OF: reserved mem: initialized node dma_pool1@1, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x7ee00000, size 9 MiB [ 0.000000] OF: reserved mem: initialized node dma_pool0@0, compatible id shared-dma-pool [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.0 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 15 pages/cpu s32268 r8192 d20980 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 212264 [ 0.000000] Kernel command line: console=ttyMSM0,115200n8 cnss2.enable_mlo_support=0 ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait vmalloc=1G [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 838256K/858112K available (6618K kernel code, 329K rwdata, 2176K rodata, 1024K init, 367K bss, 19856K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] GICv2m: range[mem 0x0b00c000-0x0b00cffc], SPI[640:671] [ 0.000000] GICv2m: range[mem 0x0b00d000-0x0b00dffc], SPI[672:703] [ 0.000000] GICv2m: range[mem 0x0b00e000-0x0b00effc], SPI[704:735] [ 0.000000] arch_timer: cp15 and mmio timer(s) running at 24.00MHz (virt/virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000016] Switching to timer-based delay loop, resolution 41ns [ 0.000336] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.000349] pid_max: default: 32768 minimum: 301 [ 0.000495] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.000510] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.001253] CPU: Testing write buffer coherency: ok [ 0.001559] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.002117] Setting up static identity map for 0x40100000 - 0x40100060 [ 0.002228] rcu: Hierarchical SRCU implementation. [ 0.004780] mem dump base table DT node does not exist [ 0.005043] smp: Bringing up secondary CPUs ... [ 0.006352] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.007869] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.009362] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.009503] smp: Brought up 1 node, 4 CPUs [ 0.009524] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.009530] CPU: All CPU(s) started in SVC mode. [ 0.020091] VFP support v0.3: implementor 51 architecture 3 part 40 variant 3 rev 4 [ 0.020373] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.020390] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.020512] pinctrl core: initialized pinctrl subsystem [ 0.021791] NET: Registered protocol family 16 [ 0.022116] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.023077] cpuidle: using governor ladder [ 0.023106] cpuidle: using governor menu [ 0.023267] NET: Registered protocol family 42 [ 0.023592] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.023600] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.038923] gcc-ipq5332 1800000.gcc: Registered GCC clocks [ 0.043264] qcom,nsscc-ipq5332 39b00000.nsscc: Registered NSS CC clocks [ 0.059190] msm_sps_probe: sps:sps is ready [ 3.034093] cryptd: max_cpu_qlen set to 1000 [ 3.048334] pps_core: LinuxPPS API ver. 1 registered [ 3.048346] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 3.048366] PTP clock support registered [ 3.049131] Advanced Linux Sound Architecture Driver Initialized. [ 3.049185] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512 [ 3.050106] clocksource: Switched to clocksource arch_sys_counter [ 3.050921] thermal_sys: Registered thermal governor 'step_wise' [ 3.050925] thermal_sys: Registered thermal governor 'user_space' [ 3.052024] NET: Registered protocol family 2 [ 3.052229] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 3.053154] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 3.053190] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 3.053278] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 3.053419] TCP: Hash tables configured (established 8192 bind 8192) [ 3.053501] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 3.053540] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 3.053724] NET: Registered protocol family 1 [ 3.053753] PCI: CLS 0 bytes, default 64 [ 3.054721] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available [ 3.061185] Initialise system trusted keyrings [ 3.061343] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [ 3.066846] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 3.066854] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 3.092679] Key type asymmetric registered [ 3.092689] Asymmetric key parser 'x509' registered [ 3.098752] bam-dma-engine 7884000.dma: qcom,controlled-remotely unspecified [ 3.099560] bam-dma-engine 7984000.dma: qcom,controlled-remotely unspecified [ 3.100858] CPU: IPQ5332, SoC Version: 1.1 [ 3.100865] OEM_ID: 0, PROD_ID: 0 [ 3.103788] WARN: Access Violation!!!, Run "cat /sys/kernel/debug/qti_debug_logs/tz_log" for more details [ 3.103852] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set [ 3.105243] License Manager driver registered [ 3.105721] msm_serial 78af000.serial: msm_serial: detected port #0 [ 3.105756] msm_serial 78af000.serial: uartclk = 1843199 [ 3.105810] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 49, base_baud = 115199) is a MSM [ 3.105834] msm_serial: console setup on port #0 [ 3.754551] printk: console [ttyMSM0] enabled [ 3.759450] msm_serial: driver initialized [ 3.763806] random: crng init done [ 3.771202] brd: module loaded [ 3.774825] loop: module loaded [ 3.776413] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0x41 [ 3.776919] nand: ESMT GD5F1GQ5REYIG SPI NAND 1G [ 3.783541] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128 [ 3.788255] qcom-nandc 79b0000.nand: x4 mode enabled already remotely [ 3.800646] 22 fixed-partitions partitions found on MTD device qcom_nand.0 [ 3.802093] Creating 22 MTD partitions on "qcom_nand.0": [ 3.808867] 0x000000000000-0x000000180000 : "0:SBL1" [ 3.816189] 0x000000180000-0x000000300000 : "0:SBL1_1" [ 3.821075] 0x000000300000-0x000000400000 : "0:MIBIB" [ 3.825641] 0x000000400000-0x000000480000 : "0:BOOTCONFIG" [ 3.830389] 0x000000480000-0x000000500000 : "0:BOOTCONFIG1" [ 3.835757] 0x000000500000-0x000000880000 : "0:QSEE" [ 3.843628] 0x000000880000-0x000000c00000 : "0:QSEE_1" [ 3.848839] 0x000000c00000-0x000000c80000 : "0:DEVCFG" [ 3.851390] 0x000000c80000-0x000000d00000 : "0:DEVCFG_1" [ 3.856505] 0x000000d00000-0x000000d80000 : "0:TME" [ 3.862024] 0x000000d80000-0x000000e00000 : "0:TME_1" [ 3.866567] 0x000000e00000-0x000000e80000 : "0:CDT" [ 3.871795] 0x000000e80000-0x000000f00000 : "0:CDT_1" [ 3.876454] 0x000000f00000-0x000000f80000 : "0:APPSBLENV" [ 3.881678] 0x000000f80000-0x000001100000 : "0:APPSBL" [ 3.887854] 0x000001100000-0x000001280000 : "0:APPSBL_1" [ 3.892908] 0x000001280000-0x000001380000 : "0:ETHPHYFW" [ 3.897957] 0x000001380000-0x000001400000 : "0:TRAINING" [ 3.902866] 0x000001400000-0x000001600000 : "0:ART" [ 3.909365] 0x000001600000-0x000001640000 : "0:LICENSE" [ 3.912558] 0x000001640000-0x000004a60000 : "rootfs" [ 3.959489] mtd: device 20 (rootfs) set to be root filesystem [ 3.959704] mtdsplit: no squashfs found in "rootfs" [ 3.964230] 0x000004a60000-0x000007e80000 : "rootfs_1" [ 4.070121] qca-mdio 90000.mdio: CMN clock reset done [ 4.291768] qca-mdio 90000.mdio: qca-mdio driver was registered [ 4.291983] i2c /dev entries driver [ 4.297834] qcom-tsens 4a9000.thermal-sensor: tsens device is not enabled [ 4.300879] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com [ 4.307715] qti_scm_restart_reason qti,scm_restart_reason: reset_reason : Power on Reset [0x20] [ 4.318061] sdhci: Secure Digital Host Controller Interface driver [ 4.323846] sdhci: Copyright(c) Pierre Ossman [ 4.330070] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.337430] [ 4.337430] Version Rollback Feature Disabled [ 4.344122] remoteproc remoteproc0: d100000.remoteproc is available [ 4.346886] remoteproc remoteproc1: 4ab000.remoteproc_pd1 is available [ 4.352472] coresight-tmc 4047000.etf: invalid cti data [ 4.360682] coresight coresight-etm0: CPU0: ETM v4.0 initialized [ 4.363756] coresight-etm4x 509c000.etm: CPU0: (null) initialized [ 4.370390] coresight coresight-etm1: CPU1: ETM v4.0 initialized [ 4.375996] coresight-etm4x 509d000.etm: CPU1: (null) initialized [ 4.382499] coresight coresight-etm2: CPU2: ETM v4.0 initialized [ 4.388062] coresight-etm4x 509e000.etm: CPU2: (null) initialized [ 4.394524] coresight coresight-etm3: CPU3: ETM v4.0 initialized [ 4.400150] coresight-etm4x 509f000.etm: CPU3: (null) initialized [ 4.406448] coresight-stm 4002000.stm: coresight-stm : stm_register_device failed, probing deferred [ 4.412316] OF: graph: no port node found in /soc/cti@5098000 [ 4.421247] OF: graph: no port node found in /soc/cti@5099000 [ 4.427141] OF: graph: no port node found in /soc/cti@509a000 [ 4.432877] OF: graph: no port node found in /soc/cti@509b000 [ 4.438827] OF: graph: no port node found in /soc/csr@4001000 [ 4.444254] coresight-csr 4001000.csr: CSR initialized: coresight-csr [ 4.451740] NET: Registered protocol family 10 [ 4.457094] Segment Routing with IPv6 [ 4.460726] NET: Registered protocol family 17 [ 4.464416] Bridge firewalling registered [ 4.468697] 8021q: 802.1Q VLAN Support v1.8 [ 4.473045] Registering SWP/SWPB emulation handler [ 4.476889] Loading compiled-in X.509 certificates [ 4.500944] qcom-pcie 18000000.pcie: IRQ mdm2ap_e911 not found [ 4.500982] qcom-pcie 18000000.pcie: host bridge /soc/pcie@18000000 ranges: [ 4.505689] qcom-pcie 18000000.pcie: IO 0x18200000..0x182fffff -> 0x18200000 [ 4.512559] qcom-pcie 18000000.pcie: MEM 0x18300000..0x1fffffff -> 0x18300000 [ 4.751662] qcom-pcie 18000000.pcie: Link up [ 4.751833] qcom-pcie 18000000.pcie: PCI host bridge to bus 0001:00 [ 4.754990] pci_bus 0001:00: root bus resource [bus 00-ff] [ 4.761004] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0x18200000-0x182fffff]) [ 4.766537] pci_bus 0001:00: root bus resource [mem 0x18300000-0x1fffffff] [ 4.776206] pci 0001:00:00.0: [17cb:1005] type 01 class 0x060400 [ 4.782974] pci 0001:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff] [ 4.789106] pci 0001:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 4.795159] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold [ 4.804892] PCI: bus0: Fast back to back transfers disabled [ 4.807758] pci 0001:01:00.0: [17cb:1109] type 00 class 0x028000 [ 4.813138] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit] [ 4.819412] pci 0001:01:00.0: Max Payload Size set to 256 (was 128, max 256) [ 4.826291] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold [ 4.836630] PCI: bus1: Fast back to back transfers disabled [ 4.839040] pci 0001:00:00.0: BAR 8: assigned [mem 0x18400000-0x185fffff] [ 4.844418] pci 0001:00:00.0: BAR 9: assigned [mem 0x18600000-0x187fffff 64bit pref] [ 4.851359] pci 0001:00:00.0: BAR 1: assigned [mem 0x18300000-0x1830ffff] [ 4.859158] pci 0001:00:00.0: BAR 0: assigned [mem 0x18310000-0x18310fff] [ 4.865855] pci 0001:00:00.0: BAR 7: assigned [io 0x1000-0x1fff] [ 4.872626] pci 0001:01:00.0: BAR 0: assigned [mem 0x18400000-0x185fffff 64bit] [ 4.878731] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 4.885816] pci 0001:00:00.0: bridge window [io 0x1000-0x1fff] [ 4.891026] pci 0001:00:00.0: bridge window [mem 0x18400000-0x185fffff] [ 4.897263] pci 0001:00:00.0: bridge window [mem 0x18600000-0x187fffff 64bit pref] [ 4.904120] PCIe: RC enabled during bootup [ 4.912086] qcom-pcie 18000000.pcie: Received Link up event for RC 0 [ 4.916347] qcom-pcie 20000000.pcie: IRQ mdm2ap_e911 not found [ 4.922292] qcom-pcie 20000000.pcie: host bridge /soc/pcie@20000000 ranges: [ 4.927931] qcom-pcie 20000000.pcie: IO 0x20200000..0x202fffff -> 0x20200000 [ 4.934791] qcom-pcie 20000000.pcie: MEM 0x20300000..0x2fffffff -> 0x20300000 [ 6.071807] qcom-pcie 20000000.pcie: Phy link never came up. PARF_LTSSM: 0x100 [ 6.073370] qcom-pcie 20000000.pcie: cannot initialize host [ 6.077987] qcom-pcie: probe of 20000000.pcie failed with error -110 [ 6.086560] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 799999 KHz [ 6.090114] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1100000 KHz [ 6.097206] coresight-tmc 4048000.tmc: invalid cti data [ 6.105764] sps_register_bam_device: sps:BAM 0x04064000 is registered [ 6.111146] coresight coresight-stm: STM32 initialized [ 6.117489] ubi0: attaching mtd20 [ 6.280621] ubi0: scanning is finished [ 6.284853] ubi0: attached mtd20 (name "rootfs", size 52 MiB) [ 6.284868] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 6.289561] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 6.296345] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 6.303197] ubi0: good PEBs: 417, bad PEBs: 0, corrupted PEBs: 0 [ 6.309958] ubi0: user volume: 4, internal volumes: 1, max. volumes count: 128 [ 6.316218] ubi0: max/mean erase counter: 23/5, WL threshold: 4096, image sequence number: 1870967416 [ 6.323251] ubi0: available PEBs: 0, total reserved PEBs: 417, PEBs reserved for bad PEB handling: 20 [ 6.332547] ubi0: background thread "ubi_bgt0d" started, PID 128 [ 6.333925] hctosys: unable to open rtc device (rtc0) [ 6.348270] ALSA device list: [ 6.352759] No soundcards found. [ 6.357650] VFS: Mounted root (squashfs filesystem) readonly on device 31:24. [ 6.359712] Freeing unused kernel memory: 1024K [ 6.390262] Run /sbin/init as init process [ 6.605126] init: Console is alive [ 6.605325] init: - watchdog - [ 7.853172] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 7.865413] Button Hotplug driver version 0.4.1 [ 7.867438] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 7.876997] init: - preinit - touch: /etc/config/network: Read-only file system mv: can't create '/etc/board.json': Read-only file system touch: /etc/config/skb_recycler: Read-only file system uci: Entry not found uci: Entry not found uci: Entry not found uci: Entry not found Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 10.397363] mount_root: loading kmods from internal overlay [ 10.415209] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 10.416351] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 11.927396] UBIFS (ubi0:3): Mounting in unauthenticated mode [ 11.927531] UBIFS (ubi0:3): background thread "ubifs_bgt0_3" started, PID 206 [ 11.946304] UBIFS (ubi0:3): recovery needed [ 12.068121] UBIFS (ubi0:3): recovery completed [ 12.068199] UBIFS (ubi0:3): UBIFS: mounted UBI device 0, volume 3, name "rootfs_data" [ 12.071459] UBIFS (ubi0:3): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 12.079350] UBIFS (ubi0:3): FS size: 10665984 bytes (10 MiB, 84 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs) [ 12.089253] UBIFS (ubi0:3): reserved for root: 503780 bytes (491 KiB) [ 12.099493] UBIFS (ubi0:3): media format: w5/r0 (latest is w5/r0), UUID 56A56DB2-20A8-45F5-BC7A-78068A23CAE3, small LPT model [ 12.106700] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 12.120303] block: extroot: not configured [ 12.133112] UBIFS (ubi0:3): un-mount UBI device 0 [ 12.133136] UBIFS (ubi0:3): background thread "ubifs_bgt0_3" stops [ 12.141915] UBIFS (ubi0:3): Mounting in unauthenticated mode [ 12.142948] UBIFS (ubi0:3): background thread "ubifs_bgt0_3" started, PID 207 [ 12.193043] UBIFS (ubi0:3): UBIFS: mounted UBI device 0, volume 3, name "rootfs_data" [ 12.193062] UBIFS (ubi0:3): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 12.199839] UBIFS (ubi0:3): FS size: 10665984 bytes (10 MiB, 84 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs) [ 12.209761] UBIFS (ubi0:3): reserved for root: 503780 bytes (491 KiB) [ 12.220036] UBIFS (ubi0:3): media format: w5/r0 (latest is w5/r0), UUID 56A56DB2-20A8-45F5-BC7A-78068A23CAE3, small LPT model [ 12.228270] mount_root: loading kmods from internal overlay [ 12.251921] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 12.252765] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 12.568220] ubi0 error: ubi_open_volume: cannot open device 0, volume 3, error -16 [ 12.568258] ubi0 error: ubi_open_volume: cannot open device 0, volume 3, error -16 [ 12.711884] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 12.714110] block: extroot: not configured [ 12.719188] mount_root: switching to ubifs overlay [ 12.756538] procd: - early - [ 12.756583] procd: - watchdog - [ 13.298258] procd: - watchdog - [ 13.298495] procd: - ubus - [ 13.357323] procd: - init - Please press Enter to activate this console. Loading cnss2: enable_mlo_support=0 [ 13.452316] cnss: INFO: IPC Logging is disabled! [ 13.453087] cnss[2]: INFO: Platform driver probed successfully. plat 0xe90a72d3 tgt 0xfff9 [ 13.456259] remoteproc remoteproc2: QCN9224_PCI1 is available [ 13.464574] cnss[38]: INFO: Platform driver probed successfully. plat 0x1196b116 tgt 0x1109 [ 13.470655] cnss[38]: INFO: PCI device e5c005d2 probed successfully [ 13.478524] cnss: INFO: cnss_plat_ipc_qmi_svc_init: CNSS Platform IPC QMI Service is started [ 13.631024] ubi: mtd20 is already attached to ubi0 WIFI FW mount is successful [ 13.687414] urngd: v1.0.2 started. No PFM license files in partition to load License info created successfully [ 13.883245] kmodloader: loading kernel modules from /etc/modules.d/* acfg_tool: Issuing blocking call to wait for events [ 14.053472] ssdk_dt_parse_led[1060]:INFO:current dts led_source_num is 0 [ 14.055893] aquantia_phy_api_ops_init[2241]:INFO:qca probe aquantia phy driver succeeded! [ 14.150621] cnss: INFO: cnss_plat_ipc_qmi_reg_client_req_handler: QMI Client Connected. QMI Socket Node: 1 Port: 16393 ID: 1 [ 14.150648] cnss: INFO: CNSS Daemon connected [ 14.173891] cnss: INFO: cnss_plat_ipc_qmi_init_setup_req_handler: MAC: 0 HW_TRC: 0 CAL: 2 [ 14.302565] qca_appe_tdm_hw_init[279]:INFO:mppe scheduler tdm mode = 0, num = 10 [ 14.302590] qca_appe_tdm_hw_init[321]:INFO:mppe bm mode = 0 setup num= 32 [ 14.782193] qca_hppe_interface_mode_init[1481]:INFO:mppe interface mode initialization [ 14.782210] adpt_hppe_port_mux_mac_type_set[2828]:WARN:port 1 need not to configure mux and mac type [ 15.121197] qca_appe_portctrl_hw_init[407]:INFO:appe portctrl initialization [ 15.123319] qca_appe_rss_hash_hw_init[595]:INFO:appe rss hash initialization: hash_seed 0x4d05847e [ 15.127318] regi_init[4008]:INFO:Initializing APPE Done!! [ 15.136173] regi_init[4076]:INFO:qca-ssdk module init succeeded! [ 15.143576] nat46: module (version 1182f30785e4274913f01a8c3d7e1b5437ae3819) loaded. [ 15.148866] PPP generic driver version 2.4.2 [ 15.155951] NET: Registered protocol family 24 [ 15.172111] PPE-RULE module loaded successfully [ 15.185101] dp1: ppe offload disabled: 1 for macid 2 [ 15.185124] dp1: Switch attached to macid 2 status: 0 [ 15.189172] (unnamed net_device) (uninitialized): netif_napi_add() called with weight 256 [ 15.193984] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 15.194679] ppe_port_vsi_get[477]:INFO:VSI is not configured on port 0x2 [ 15.301935] ********************************************************** [ 15.301955] * NSS Data Plane driver [ 15.307343] ********************************************************** [ 15.372644] loading qca-wifi [ 15.514477] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 15.523744] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 15.527710] NET: Registered protocol family 15 [ 15.529008] Initializing XFRM netlink socket [ 15.538167] tun: Universal TUN/TAP device driver, 1.6 [ 15.549844] l2tp_core: L2TP core driver, V2.0 [ 15.550723] l2tp_netlink: L2TP netlink interface [ 15.554470] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 15.561187] gre: GRE over IPv4 demultiplexor driver [ 15.564758] ip_gre: GRE over IPv4 tunneling driver [ 15.571014] ip6_gre: GRE over IPv6 tunneling driver [ 15.577430] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [ 15.587548] PPTP driver version 0.8.5 [ 15.613128] cryptodev: driver 1.10 loaded. [ 15.619370] openvswitch: Open vSwitch switching datapath [ 15.620209] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 15.623745] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db [ 15.632082] nss_ppe_lag_register_event[418]:bd1fd000: Bond interface (bond0) is created=0 [ 15.640079] nss_ppe_lag_init[614]:LAG Manager Installed [ 15.651994] diag: failed to find diag_dload imem node [ 15.659442] TRACK: P[0] PMask[4] [ 15.659459] TRACK: P[1] PMask[4] [ 15.661756] TRACK: P[2] PMask[4] [ 15.665250] TRACK: P[3] PMask[4] [ 15.668144] TRACK: P[4] PMask[4] [ 15.671376] TRACK: P[5] PMask[4] [ 15.674578] TRACK: P[6] PMask[4] [ 15.680891] QCA multicast snooping installed successfully [ 15.694009] b95e0040: DMA ring(0) configured and Rx mapped to cpu(0) [ 15.694097] b95e1240: DMA ring(1) configured and Rx mapped to cpu(1) [ 15.699542] b95e2440: DMA ring(2) configured and Rx mapped to cpu(2) [ 15.705890] b95e3640: DMA ring(3) configured and Rx mapped to cpu(3) qcawifi configuration is disable [ 15.718201] cannot find nss-macsec0 node [ 15.721744] cannot find nss-macsec1 node [ 15.725558] cannot find nss-macsec2 node [ 15.729480] cannot find nss-macsec3 node [ 15.733164] nss_macsec init success [ 15.762746] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 15.817946] usbcore: registered new interface driver usbfs [ 15.817996] usbcore: registered new interface driver hub [ 15.822547] usbcore: registered new device driver usb [ 15.877970] SCSI subsystem initialized [ 15.886921] usbcore: registered new interface driver usb-storage [ 15.888867] Mirror/redirect action on [ 15.908135] u32 classifier [ 15.908165] input device check on [ 15.909737] Actions configured [ 15.930980] GACT probability on [ 15.939587] Simple TC action Loaded [ 15.985211] fuse: init (API version 7.31) [ 16.050775] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 16.050898] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 16.055548] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000000000010010 [ 16.076687] xhci-hcd xhci-hcd.0.auto: irq 115, io mem 0x08a00000 [ 16.078853] hub 1-0:1.0: USB hub found [ 16.081921] hub 1-0:1.0: 1 port detected [ 16.094974] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 16.095045] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 16.099390] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 16.107133] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 16.114505] hub 2-0:1.0: USB hub found [ 16.126004] hub 2-0:1.0: 1 port detected [ 16.208971] nf_conntrack_rtsp v0.7 loading [ 16.224219] nf_nat_rtsp v0.7 loading [ 16.248841] PPP MPPE Compression module registered [ 16.251661] usbcore: registered new interface driver uas [ 16.399368] xt_time: kernel timezone is -0000 [ 16.420660] kmodloader: done loading kernel modules from /etc/modules.d/* ***Service Aware Wifi: 0 in Alder platfrom*** [ 17.257125] cfg80211: failed to load regulatory.db MLD Single Netdev is ENABLED [ 17.902509] edma_cfg_rx_rps[1591]:EDMA RPS configured to use 3 cores [ 19.056503] wlan: [1870:I:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: Could not find active PSOCs [ 19.056535] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 0 [ 19.064430] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 1 [ 19.072790] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 2 [ 19.081231] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 3 [ 19.088538] ECM init [ 19.089656] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 4 [ 19.098077] ECM database jhash random seed: 0x91439ad1 [ 19.100226] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 0 [ 19.100236] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 1 [ 19.122199] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 2 [ 19.130615] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 3 [ 19.139013] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 4 [ 19.147464] wlan: [1870:I:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: Could not find active PSOCs [ 19.155865] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 0 [ 19.164655] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 1 [ 19.173047] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 2 [ 19.181485] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 3 [ 19.189907] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 4 [ 19.198308] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 0 [ 19.206718] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 1 [ 19.215137] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 2 [ 19.223558] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 3 [ 19.231999] wlan: [1870:E:MLO_MGR] mlo_wsi_link_info_setup_mlo_grps: PSOC order 255, index 4 [ 19.251063] wlan: [1870:I:ANY] qdf_ini_parse: INI values read: 98 [ 19.251089] wlan: [1870:I:ANY] qdf_ini_parse: INI file parse successful [ 19.261735] wlan: [1870:I:ANY] qdf_ini_parse: INI values read: 60 [ 19.262552] wlan: [1870:I:ANY] qdf_ini_parse: INI file parse successful [ 19.287608] wlan: [2070:I:ANY] register_telemetry_agent_ops: Registered Telemetry Agent ops: f4379fe7 [ 19.321426] nss-dp 3a500000.dp1 eth0: PHY Link up speed: 1000 [ 19.322619] br-lan: port 1(eth0) entered blocking state [ 19.326820] br-lan: port 1(eth0) entered disabled state [ 19.331980] nss_ppe_lag_update_slave[131]:b986bdf8: Upper dev is not LAG for dev: eth0 [ 19.336435] ppe_port_vsi_get[477]:INFO:VSI is not configured on port 0x2 [ 19.345061] device eth0 entered promiscuous mode [ 19.352026] Set globle Ageing time set to 300 which is same for all bridge [ 19.356527] br-lan: port 1(eth0) entered blocking state [ 19.362602] br-lan: port 1(eth0) entered forwarding state [ 19.368322] ECM init complete [ 19.373327] Set globle Ageing time set to 300 which is same for all bridge *****cnssdaemon pid=588********* [ 19.390737] ECM OVS Test INIT *****hostapd pid=2149********* *****supplicant pid=2154********* [ 19.525799] cnss: INFO: cnss_plat_ipc_qmi_send_config_param_req_handler: Param: 3 Instance ID: 0x37 Value: 1 [ 19.525828] cnss: INFO: cnss_config_param_update_cb: Instance ID: 0x37 Param 3 Value: 1 [ 19.534732] cnss: ERR: Failed to get plat_priv for instance_id 0x37 [ 19.560895] cnss: INFO: cnss_plat_ipc_qmi_send_config_param_req_handler: Param: 3 Instance ID: 0x38 Value: 1 [ 19.560925] cnss: INFO: cnss_config_param_update_cb: Instance ID: 0x38 Param 3 Value: 1 [ 19.570170] cnss[38]: INFO: Setting cold_boot_support=1 for instance_id 0x38 Setting default pvid for br-lan (lan) to 0 while doing ifup [ 19.640384] cnss: INFO: cnss_plat_ipc_qmi_send_config_param_req_handler: Param: 3 Instance ID: 0x2 Value: 1 [ 19.640413] cnss: INFO: cnss_config_param_update_cb: Instance ID: 0x2 Param 3 Value: 1 [ 19.648930] cnss[2]: INFO: Setting cold_boot_support=1 for instance_id 0x2 [ 19.922583] ubi0 error: ubi_open_volume: cannot open device 0, volume 3, error -16 [ 19.922626] ubi0 error: ubi_open_volume: cannot open device 0, volume 3, error -16 [ 20.022927] cnss: INFO: cnss_plat_ipc_qmi_send_config_param_req_handler: Param: 6 Instance ID: 0x37 Value: 1 [ 20.022956] cnss: INFO: cnss_config_param_update_cb: Instance ID: 0x37 Param 6 Value: 1 [ 20.031848] cnss: ERR: Failed to get plat_priv for instance_id 0x37 [ 20.059247] cnss: INFO: cnss_plat_ipc_qmi_send_config_param_req_handler: Param: 6 Instance ID: 0x38 Value: 1 [ 20.059276] cnss: INFO: cnss_config_param_update_cb: Instance ID: 0x38 Param 6 Value: 1 [ 20.068185] cnss[38]: INFO: Setting qdss_support=1 for instance_id 0x38 QDSS will be started soon after mode message is sent to FW. [ 20.153921] cnss: INFO: cnss_plat_ipc_qmi_send_config_param_req_handler: Param: 6 Instance ID: 0x2 Value: 1 [ 20.153949] cnss: INFO: cnss_config_param_update_cb: Instance ID: 0x2 Param 6 Value: 1 [ 20.163135] cnss[2]: INFO: Setting qdss_support=1 for instance_id 0x2 [ 20.408939] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 20.421120] smart_antenna: module license 'Proprietary' taints kernel. [ 20.421144] Disabling lock debugging due to kernel taint [ 20.438172] ./IPQ5332/regdb.bin ./qcn9224/regdb.bin ./qcn9224/amss.bin ./qcn9224/amss_dualmac.bin [ 20.644566] wlan: [2934:E:ANY] qdf_file_read: Failed to read file mlo_config.ini [ 20.644596] wlan: [2934:E:ANY] qdf_ini_parse: Failed to read *.ini file @ mlo_config.ini [ 20.651125] wlan: [2934:I:ANY] init_mlo_cfg: Set default MLO config [ 20.659113] wlan: [2934:I:ANY] =======ol_if_register_wifi3_0========== [ 20.659113] [ 20.665152] wlan: [2934:I:ANY] qca_ol_update_mlo_capability: MLO not supported due to total groups 0 is not valid ! [ 20.680172] remoteproc remoteproc1: powering up 4ab000.remoteproc_pd1 [ 20.699108] remoteproc remoteproc1: Booting fw image IPQ5332/q6_fw1.mdt, size 4232 [ 20.699181] remoteproc remoteproc0: powering up d100000.remoteproc [ 20.705992] remoteproc remoteproc0: Booting fw image IPQ5332/q6_fw0.mdt, size 15472 [ 20.712546] smem phyiscal address:0x4A83B198 [ 20.719393] qcom-q6-mpd d100000.remoteproc: Error in loading file () : -22, Assuming no license mode [ 20.777995] mc_attach: enabled snooping on br-lan. [ 20.971109] Subsystem error monitoring/handling services are up [ 20.973349] diag: In diag_send_feature_mask_update, control channel is not open, p: 2, b2f6f129 [ 20.976152] diag: In diag_send_peripheral_buffering_mode, buffering flag not set for 2 [ 21.091713] remoteproc remoteproc0: remote processor d100000.remoteproc is now up [ 21.971741] S95done (3537): drop_caches: 3 [ 22.128396] Subsystem error monitoring/handling services are up [ 22.158386] cnss[2]: INFO: QMI WLFW service connected, state: 0x10001 [ 22.161700] cnss[2]: INFO: device_id : 0xfff9 mem mode : [0] [ 22.163798] cnss[2]: INFO: platform name: Qualcomm Technologies, Inc. IPQ5332/AP-MI01.2 [ 22.164095] cnss[2]: ERR: WARNING: More memory is reserved. Reserved size 0x2300000, Requested size 0x1ddc000. [ 22.178153] cnss[2]: INFO: cnss_cal_db_mem_update: File Operation 1 size 4194304 file name wlfw_cal_01.bin **** Platform Name: ap-mi01.2 ***** [ 22.240208] remoteproc remoteproc1: remote processor 4ab000.remoteproc_pd1 is now up [ 22.240250] cnss[2]: INFO: Waiting for FW ready. Device: 0xfff9, FW ready timeout: 15 seconds [ 22.370206] cnss[2]: INFO: Device memory info[0]: start = 0x10a000, size = 0x2000 [ 22.370229] cnss[2]: INFO: Device memory info[1]: start = 0x0, size = 0x0 [ 22.376654] cnss[2]: INFO: Device memory info[2]: start = 0x0, size = 0x0 [ 22.383959] cnss[2]: INFO: Device memory info[3]: start = 0x0, size = 0x0 [ 22.390227] cnss[2]: INFO: Target capability: chip_id: 0x0, chip_family: 0xb, board_id: 0xff, soc_id: 0x201a0101, fw_version: 0x110d8016, fw_build_timestamp: 2023-10-27 14:56, otp_version: 0x0 eeprom_caldata_read_timeout 0s bdf_dnld_method 1 regdb_mandatory 1 rxgainlut_support 1 [ 22.409058] cnss[2]: INFO: Downloading BDF: IPQ5332/regdb.bin, size: 25656 [ 22.425077] cnss[2]: INFO: Downloading BDF: IPQ5332/bdwlan.b12, size: 63488 [ 22.441639] cnss[2]: INFO: Downloading BDF: IPQ5332/caldata.bin, size: 131072 Copy ART caldata from /dev/mtdblock18 to /tmp/virtual_art.bin [ 22.480426] cnss[2]: INFO: FW ready received for device 0xfff9 [ 22.481673] cnss[2]: INFO: Sending mode message, mode: COLDBOOT CALIBRATION(7), state: 0x1000f [ 22.552286] remoteproc remoteproc2: powering up QCN9224_PCI1 [ 22.553413] cnss[2]: INFO: Coldboot Calbration wait started for Device: 0xfff9, timeout: 60 seconds rsrcmgr: Resource Manager not enabled Bootconfig: Age is Updated [ 22.992557] cnss[2]: INFO: Calibration took 510 ms [ 22.992609] cnss[2]: INFO: Coldboot Calibration completed successfully for device 0xfff9 [ 22.996245] cnss[2]: INFO: cnss_cal_db_mem_update: File Operation 0 size 2132260 file name wlfw_cal_01.bin [ 23.005768] cnss: INFO: cnss_plat_ipc_qmi_file_upload: File name: wlfw_cal_01.bin Size: 2132260 [ 23.170117] cnss[2]: INFO: Coldboot Calibration wait ended for device 0xfff9 [ 23.170144] cnss[2]: INFO: Sending mode message, mode: OFF(4), state: 0x10007 [ 23.176944] cnss[2]: INFO: QMI WLFW service disconnected, state: 0x10026 [ 23.205972] Received LM QMI Bye from node:0x7 [ 23.209070] remoteproc remoteproc0: stopped remote processor d100000.remoteproc [ 23.209357] remoteproc remoteproc1: stopped remote processor 4ab000.remoteproc_pd1 [ 23.216552] cnss[2]: INFO: __cnss_subsystem_get: driver_state: 0x0 [ 23.224154] remoteproc remoteproc1: powering up 4ab000.remoteproc_pd1 [ 23.244428] remoteproc remoteproc1: Booting fw image IPQ5332/q6_fw1.mdt, size 4232 [ 23.244515] wlan: [634:I:ANY] ol_ath_wifi_ssr: SSR event 2 bus_type 1 [ 23.250952] remoteproc remoteproc0: powering up d100000.remoteproc [ 23.258365] remoteproc remoteproc0: Booting fw image IPQ5332/q6_fw0.mdt, size 15472 [ 23.263544] smem phyiscal address:0x4A83B198 [ 23.271124] qcom-q6-mpd d100000.remoteproc: Error in loading file () : -22, Assuming no license mode [ 23.484846] remoteproc remoteproc2: Booting fw image qcn9224/amss.bin, size 7319552 [ 23.484951] cnss_pci 0001:01:00.0: BAR 0: assigned [mem 0x18400000-0x185fffff 64bit] [ 23.491549] cnss_pci 0001:01:00.0: enabling device (0140 -> 0142) [ 23.500793] cnss_pci 0001:01:00.0: DMA Memory initialized at 0x7f700000 size 0x900000 [ 23.505704] cnss[38]: INFO: SOC VERSION INFO: Family num: 0x4, Device num: 0x1a, Major Ver: 0x2, Minor Ver: 0x0 [ 23.513377] cnss[38]: INFO: Setting 0x31 to QRTR_NODE_ID_REG [ 23.523127] cnss[38]: INFO: Value from QRTR_NODE_ID_REG: 0x31 [ 23.528889] mhi mhi0: Requested to power ON [ 23.534895] mhi mhi0: Power on setup success [ 23.535699] Subsystem error monitoring/handling services are up [ 23.544723] diag: In diag_send_peripheral_buffering_mode, buffering flag not set for 2 [ 23.642384] mhi mhi0: qrtr_instance_id not defined in DT, ret:-22 [ 23.660118] remoteproc remoteproc0: remote processor d100000.remoteproc is now up [ 23.690161] mhi mhi0: Wait for device to enter SBL or Mission mode [ 23.690362] mhi mhi0: boot-args not defined in DTS. ret:-22 [ 23.695225] mhi mhi0: License file or ftm-mode not present in DTS node,Assuming no License or ftm mode [ 24.153210] cnss[38]: INFO: MHI status cb is called with reason MISSION MODE(5) [ 24.153464] mhi_uci mhi0_LOOPBACK: channel:LOOPBACK successfully probed [ 24.163153] No Features are licensed in node 0x38 [ 24.165983] cnss[38]: INFO: QMI WLFW service connected, state: 0x10011 [ 24.178551] cnss[38]: INFO: FW INI CFG file qcn9224/fw_ini_cfg.bin is present [ 24.178616] cnss[38]: INFO: device_id : 0x1109 mem mode : [0] [ 24.184713] cnss[38]: INFO: platform name: Qualcomm Technologies, Inc. IPQ5332/AP-MI01.2 [ 24.185932] cnss[38]: INFO: FW File 0 download [ 24.203805] cnss[38]: INFO: cnss_cal_db_mem_update: File Operation 1 size 8044544 file name wlfw_cal_01_QCN9224_PCI1.bin [ 24.270153] remoteproc remoteproc2: remote processor QCN9224_PCI1 is now up [ 24.270932] cnss[38]: INFO: Waiting for FW ready. Device: 0x1109, FW ready timeout: 15 seconds [ 24.440000] cnss[38]: INFO: Device memory info[0]: start = 0x10e000, size = 0x2000 [ 24.440023] cnss[38]: INFO: Device memory info[1]: start = 0x0, size = 0x0 [ 24.446473] cnss[38]: INFO: Device memory info[2]: start = 0x0, size = 0x0 [ 24.453316] cnss[38]: INFO: Device memory info[3]: start = 0x0, size = 0x0 [ 24.460176] cnss[38]: INFO: Target capability: chip_id: 0x0, chip_family: 0xb, board_id: 0xff, soc_id: 0x401a2200, fw_version: 0x110d8016, fw_build_timestamp: 2023-10-27 14:26, otp_version: 0x0 eeprom_caldata_read_timeout 0s bdf_dnld_method 1 regdb_mandatory 1 rxgainlut_support 1 [ 24.470748] cnss[38]: INFO: Downloading BDF: qcn9224/regdb.bin, size: 25656 [ 24.503540] cnss[38]: INFO: Downloading BDF: qcn9224/bdwlan.b0015, size: 100352 [ 24.529212] cnss[38]: INFO: Downloading BDF: qcn9224/caldata_2.bin, size: 184320 [ 24.630146] cnss[38]: INFO: FW ready received for device 0x1109 [ 24.631322] cnss[38]: INFO: Sending mode message, mode: COLDBOOT CALIBRATION(7), state: 0x1010f [ 24.660751] Subsystem error monitoring/handling services are up [ 24.690658] cnss[2]: INFO: QMI WLFW service connected, state: 0x1 [ 24.690895] cnss[2]: INFO: device_id : 0xfff9 mem mode : [0] [ 24.695714] cnss[2]: INFO: platform name: Qualcomm Technologies, Inc. IPQ5332/AP-MI01.2 [ 24.695945] cnss[2]: ERR: WARNING: More memory is reserved. Reserved size 0x2300000, Requested size 0x1ddc000. [ 24.710076] cnss[2]: INFO: Device memory info[0]: start = 0x10a000, size = 0x2000 [ 24.719294] cnss[2]: INFO: Device memory info[1]: start = 0x0, size = 0x0 [ 24.726832] cnss[2]: INFO: Device memory info[2]: start = 0x0, size = 0x0 [ 24.733609] cnss[2]: INFO: Device memory info[3]: start = 0x0, size = 0x0 [ 24.740379] cnss[2]: INFO: Target capability: chip_id: 0x0, chip_family: 0xb, board_id: 0xff, soc_id: 0x201a0101, fw_version: 0x110d8016, fw_build_timestamp: 2023-10-27 14:56, otp_version: 0x0 eeprom_caldata_read_timeout 0s bdf_dnld_method 1 regdb_mandatory 1 rxgainlut_support 1 [ 24.749474] cnss[2]: INFO: Downloading BDF: IPQ5332/regdb.bin, size: 25656 [ 24.773503] cnss[2]: INFO: Downloading BDF: IPQ5332/bdwlan.b12, size: 63488 [ 24.780133] wlan: [634:I:ANY] ol_ath_wifi_ssr: SSR event 3 bus_type 1 [ 24.782574] cnss[2]: INFO: Downloading BDF: IPQ5332/caldata.bin, size: 131072 [ 24.785398] wlan: [634:I:ANY] ol_ath_wifi_ssr: Waiting for probe lock [ 24.799108] wlan: [634:I:ANY] ol_ath_wifi_ssr: Starting Driver Probe [ 24.805534] cnss[2]: INFO: Waiting for FW ready. Device: 0xfff9, FW ready timeout: 15 seconds [ 24.811954] cnss[2]: INFO: FW ready received for device 0xfff9 [ 24.820638] wlan: [634:I:ANY] pld_ahb_wlan_enable: cnss_mode: Mission mode [ 24.826376] cnss[2]: INFO: Sending mode message, mode: MISSION(0), state: 0x7 [ 24.875381] cnss[2]: INFO: Starting QDSS for QCA5332 [ 24.875394] cnss[2]: INFO: Sending QDSS config download message, state: 0x7 [ 24.879509] cnss[2]: INFO: No Custom QDSS config found, loading default file IPQ5332/qdss_trace_config.bin [ 24.887309] wlan: [634:I:ANY] qca_napi_create: napi instance 0 created on pipe 4 [ 24.888413] cnss[2]: INFO: Sending QDSS Mode 1, option 0 [ 24.896029] wlan: [634:D:dfs] WLAN_DEBUG_DFS1 : dfs_psoc_obj_create_notification: DFS obj attach to psoc successfully [ 24.949764] wlan: [634:I:ANY] qdf_ini_parse: INI values read: 0 [ 24.949790] wlan: [634:I:ANY] qdf_ini_parse: INI file parse fail: invalid file format [ 24.954504] wlan: [634:E:CONFIG] cfg_ini_parse_to_store: Failed to parse *.ini file @ QCA5332.ini; status:4 [ 24.984366] wlan: [634:I:ANY] qdf_ini_parse: INI values read: 95 [ 24.984387] wlan: [634:I:ANY] qdf_ini_parse: INI file parse successful [ 24.989747] wlan: [634:I:ANY] ol_ath_soc_attach: WDS Extended is enabled [ 24.995777] wlan: [634:I:ANY] osif_mldev_register_ops: MLD netdev AP mode 1 [ 25.002629] wlan: [634:I:ANY] osif_mldev_register_ops: MLD netdev STA mode 1 [ 25.046232] wlan: [634:I:ANY] ol_target_init_complete: CDP soc attach success [ 25.047197] wlan: [3694:I:TIF] HE_CAP Info = 9a18010d [ 25.052354] wlan: [3694:I:TIF] Num HW modes = 1 [ 25.057370] wlan: [3694:I:TIF] Num PHY = 1 [ 25.061720] wlan: [3694:I:TIF] FW Build Version (Ext.) = 33554690 [ 25.065879] wlan: [3694:I:TIF] HDL Version: MajorVersion.MinorVersion = 2.4 [ 25.072053] wlan: [3694:I:TIF] 11BE suport 1 [ 25.078813] wlan: [3694:I:TIF] Preferred HW Mode = 0 Num Radios = 1 [ 25.083368] wlan: [3694:W:TIF] add_11ax_mode_flags: 11AX wireless modes are not populated by the target in reg capabilities, adding 11AX wireless modes [ 25.089416] wlan: [3694:I:TIF] init_deinit_add_11ax_modes: hw_mode_id = 0 phy_id = 0 wireless modes = 0 [ 25.102963] wlan: [3694:I:ANY] BDF version: 1 CAL version: 1 Status: 0 [ 25.112334] wlan: [3694:E:TIF] tgt_if_set_reg_afc_configure: service afc support not enable [ 25.120058] wlan: [3694:I:ANY] Rx FST attach successful, #entries:2048 [ 25.120058] [ 25.127203] wlan: [3694:I:TIF] init_deinit_alloc_pdevs: CDP PDEV ATTACH success [ 25.135431] wlan: [3694:I:ANY] qdf_ini_section_parse: INI values parse successful read: 5 from section 2G [ 25.142463] wlan: [3694:I:MBSSIE] ol_ath_ema_init_ctx: rnr_field_size_limit_override:0 [ 25.152190] wlan: [3694:I:MBSSIE] ol_ath_ema_init_ctx: rnr_field_size_limit_override & RNR_SIZE_LIMIT_OVERRIDE_MASK:>0 [ 25.159981] wlan: [3694:I:MBSSIE] ol_ath_ema_init_ctx: mbss_ie_enable :0x0 [ 25.170681] wlan: [3694:I:MBSSIE] ol_ath_ema_init_ctx: max_pp: 1 [ 25.177513] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.183776] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.193583] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.203653] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.213722] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.223792] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.233863] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.243931] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.254000] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.264069] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.274139] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.284209] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.294279] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.304350] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.314419] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.324487] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 25.334555] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_config_low: 0x77777777 [ 25.346351] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_config_high: 0x77777777 [ 25.354358] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size_limit: 128 [ 25.363815] wlan: [3694:I:MBSSIE] ol_ath_ema_sanitize_optional_ie_config: optional_ie_size_limit: 166 [ 25.372666] wlan: [3694:I:MBSSIE] ol_ath_ema_init_ctx: max_pp:1 max_ngroups:1 [ 25.381864] wlan: [3694:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max mgmt frame size :2000 [ 25.389320] wlan: [3694:I:MBSSIE] ol_ath_ema_determine_max_ngroup: common_part_sz :800 [ 25.397749] wlan: [3694:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_non_tx_sz :1200 [ 25.405821] wlan: [3694:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_non_tx_sz_limit :294 [ 25.414501] wlan: [3694:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_pp :1 [ 25.422575] wlan: [3694:I:MBSSIE] ol_ath_ema_determine_max_ngroup: no_of_ntx_vap_in_1_bcn: 4 [ 25.430914] wlan: [3694:I:MBSSIE] ol_ath_ema_determine_max_ngroup: no_of_ntx_vap_in_pp_bcns: 4 [ 25.439407] wlan: [3694:I:MBSSIE] ol_ath_ema_determine_max_ngroup: no_of_vaps_in_1_grp: 4 [ 25.448025] wlan: [3694:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_ngroup: 4 [ 25.456622] wlan: [3694:I:MBSSIE] ol_ath_ema_determine_max_ngroup: grp_sz: 4 [ 25.465203] wlan: [3694:I:MBSSIE] ol_ath_ema_init_ctx: rnr_6ghz_adv_override:0 [ 25.473933] wlan: [3694:I:ANY] qdf_ini_section_parse: INI values parse successful read: 0 from section SINGLE_PHY_2G [ 25.481014] wlan: [3694:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 25.491687] wlan: [3694:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 25.499047] wlan: [3694:E:TIF] soc_check_group_for_bridge_vdevs: Unable to get mlo group info! [ 25.506799] wlan: [3694:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 25.515295] wlan: [3694:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 25.523184] wlan: [3694:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 25.530649] wlan: [3694:E:TIF] soc_check_group_for_bridge_vdevs: Unable to get mlo group info! [ 25.538365] wlan: [3694:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 25.546883] wlan: [3694:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 25.554780] wlan: [3694:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 25.562245] wlan: [3694:E:TIF] soc_check_group_for_bridge_vdevs: Unable to get mlo group info! [ 25.569962] wlan: [3694:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 25.578477] wlan: [3694:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 25.586375] wlan: [3694:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 25.593843] wlan: [3694:E:TIF] soc_check_group_for_bridge_vdevs: Unable to get mlo group info! [ 25.601581] wlan: [3694:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 25.618969] wlan: [3694:E:TIF] soc_check_group_for_bridge_vdevs: Unable to get mlo group info! [ 25.619003] wlan: [3694:I:TIF] init_deinit_update_pdev_tgt_info: CDP PDEV INIT success [ 25.773746] wlan: [590:I:ANY] ready_extract_init_status_tlv: ready_extract_init_status_tlv:0 [ 25.773784] wlan: [590:E:TIF] init_deinit_ready_event_handler: Host Requested 529 peers. FW Supports 288 peers [ 25.781823] wlan: [634:I:ANY] ol_ath_soc_attach: PUMAC skip [ 25.791137] wlan: [634:I:ANY] __ol_ath_attach: soc(0x1ae16315): soc0 pdev: wifi0 [ 25.797565] wlan: [634:I:ANY] ol_ath_cohost_bssid_ind_init: COHOSTED BSSID IND disabled for pdev[0] [ 25.804253] wlan: [634:I:TIF] ol_ath_pdev_regdmn_init: phy id = 0 Modes supported [ 25.813193] wlan: [634:I:TIF] ol_ath_pdev_regdmn_init: 11b = 1 11g = 1 11a = 0 11n = 1 11ac = 1 11ax = 1 [ 25.820607] wlan: [634:I:TIF] ol_ath_pdev_regdmn_init: 11be = 1 [ 25.830213] wlan: [634:I:TIF] ol_ath_pdev_regdmn_init: Reg cap - phy_id = 0 supp_bnd = 1, modes = d0680680c, lo_2ghz = 2312, hi_2ghz = 2732 lo_5ghz = 0, hi_5ghz = 0 [ 25.836291] wlan: [634:I:ANY] ol_ath_update_ext_eht_caps: 11be 2G supported case [ 25.850961] wlan: [634:I:TIF] ol_ath_update_ic_ehtcap_mcsnssmap_from_target: bwidx = 0 mcsnssmap 20222222 rxmap 222 txmap 2222 [ 25.858419] wlan: [634:I:TIF] ol_ath_update_ic_ehtcap_mcsnssmap_from_target: bwidx = 1 mcsnssmap 202222 rxmap 222 txmap 2222 [ 25.869957] wlan: [634:I:MBSSIE] ieee80211_mbss_attach: :> [ 25.880992] wlan: [634:I:MBSSIE] ieee80211_mbss_attach: :0 [ 50.710753] wlan: [643:I:MBSSIE] ol_ath_ema_init_ctx: mbss_ie_enable :0x0 [ 50.721344] wlan: [643:I:MBSSIE] ol_ath_ema_init_ctx: max_pp: 1 [ 50.728089] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.733922] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.743991] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.753971] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.763954] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.773963] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.783922] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.793904] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.803887] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.813868] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.823850] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.833834] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.843816] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.853798] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.863782] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.873762] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 50.883862] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_config_low: 0x77777777 [ 50.893733] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_config_high: 0x77777777 [ 50.903020] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size_limit: 128 [ 50.912738] wlan: [643:I:MBSSIE] ol_ath_ema_sanitize_optional_ie_config: optional_ie_size_limit: 166 [ 50.921523] wlan: [643:I:MBSSIE] ol_ath_ema_init_ctx: max_pp:1 max_ngroups:1 [ 50.930620] wlan: [643:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max mgmt frame size :2000 [ 50.937638] wlan: [643:I:MBSSIE] ol_ath_ema_determine_max_ngroup: common_part_sz :800 [ 50.945983] wlan: [643:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_non_tx_sz :1200 [ 50.954317] wlan: [643:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_non_tx_sz_limit :294 [ 50.962564] wlan: [643:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_pp :1 [ 50.970901] wlan: [643:I:MBSSIE] ol_ath_ema_determine_max_ngroup: no_of_ntx_vap_in_1_bcn: 4 [ 50.979131] wlan: [643:I:MBSSIE] ol_ath_ema_determine_max_ngroup: no_of_ntx_vap_in_pp_bcns: 4 [ 50.987566] wlan: [643:I:MBSSIE] ol_ath_ema_determine_max_ngroup: no_of_vaps_in_1_grp: 4 [ 50.996069] wlan: [643:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_ngroup: 4 [ 51.004578] wlan: [643:I:MBSSIE] ol_ath_ema_determine_max_ngroup: grp_sz: 4 [ 51.013085] wlan: [643:I:MBSSIE] ol_ath_ema_init_ctx: rnr_6ghz_adv_override:0 [ 51.022063] wlan: [643:I:ANY] qdf_ini_section_parse: INI values parse successful read: 1 from section SINGLE_PHY_5G [ 51.028706] wlan: [643:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 51.038956] wlan: [643:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 51.046263] wlan: [643:E:TIF] soc_check_group_for_bridge_vdevs: Unable to get mlo group info! [ 51.054236] wlan: [643:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 51.062680] wlan: [643:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 51.070465] wlan: [643:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 51.077482] wlan: [643:E:TIF] soc_check_group_for_bridge_vdevs: Unable to get mlo group info! [ 51.085483] wlan: [643:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 51.093901] wlan: [643:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 51.101712] wlan: [643:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 51.108731] wlan: [643:E:TIF] soc_check_group_for_bridge_vdevs: Unable to get mlo group info! [ 51.116731] wlan: [643:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 51.125150] wlan: [643:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 51.132961] wlan: [643:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 51.139982] wlan: [643:E:TIF] soc_check_group_for_bridge_vdevs: Unable to get mlo group info! [ 51.147981] wlan: [643:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 51.167920] wlan: [643:E:TIF] soc_check_group_for_bridge_vdevs: Unable to get mlo group info! [ 51.167956] wlan: [643:I:TIF] init_deinit_update_pdev_tgt_info: CDP PDEV INIT success [ 51.423036] wlan: [643:I:ANY] ready_extract_init_status_tlv: ready_extract_init_status_tlv:0 [ 51.423070] wlan: [643:E:TIF] init_deinit_ready_event_handler: Host Requested 529 peers. FW Supports 145 peers [ 51.431047] wlan: [113:I:ANY] __ol_ath_attach: soc(0x326eca61): soc1 pdev: wifi1 [ 51.441695] wlan: [113:I:ANY] ol_ath_cohost_bssid_ind_init: COHOSTED BSSID IND disabled for pdev[0] [ 51.447900] wlan: [113:I:TIF] ol_ath_pdev_regdmn_init: phy id = 0 Modes supported [ 51.456704] wlan: [113:I:TIF] ol_ath_pdev_regdmn_init: 11b = 0 11g = 0 11a = 1 11n = 1 11ac = 1 11ax = 1 [ 51.464314] wlan: [113:I:TIF] ol_ath_pdev_regdmn_init: 11be = 1 [ 51.473951] wlan: [113:I:TIF] ol_ath_pdev_regdmn_init: Reg cap - phy_id = 0 supp_bnd = 2, modes = f2f97f9001, lo_2ghz = 0, hi_2ghz = 0 lo_5ghz = 5170, hi_5ghz = 5835 [ 51.480024] wlan: [113:I:ANY] ol_ath_update_ext_eht_caps: 11be 5G supported case [ 51.494699] wlan: [113:I:TIF] ol_ath_update_ic_ehtcap_mcsnssmap_from_target: bwidx = 0 mcsnssmap 44444444 rxmap 4444 txmap 4444 [ 51.502253] wlan: [113:I:TIF] ol_ath_update_ic_ehtcap_mcsnssmap_from_target: bwidx = 1 mcsnssmap 444444 rxmap 4444 txmap 4444 [ 51.513449] wlan: [113:I:TIF] ol_ath_update_ic_ehtcap_mcsnssmap_from_target: bwidx = 2 mcsnssmap 444444 rxmap 4444 txmap 4444 [ 51.524910] wlan: [113:I:TIF] ol_ath_update_ic_ehtcap_mcsnssmap_from_target: bwidx = 3 mcsnssmap 444444 rxmap 4444 txmap 4444 [ 51.536578] wlan: [113:I:MBSSIE] ieee80211_mbss_attach: :> [ 51.547474] wlan: [113:I:MBSSIE] ieee80211_mbss_attach: :name:ath1 osnetdev:c1264188, allocated VP # 64 [ 53.193056] wlan: [4978:I:RPTR] RPTR vdev flags:0 pdev flags:0 vdev_id:0 pdev_id:0 [ 53.590744] wlan: [5049:I:ANY] DES SSID SET=Openwrt5G 1 wep40,wep104,tkip,aes-ocb,aes-ccmp-128,aes-ccmp-256,aes-gcmp-128,aes-gcmp-256,ckip,wapi,aes-cmac-128,aes-gmac-128,aes-gmac-256,none [ 55.107184] 8021q: adding VLAN 0 to HW filter on device ath1 OK [ 56.593572] br-lan: port 2(ath1) entered blocking state [ 56.593597] br-lan: port 2(ath1) entered disabled state [ 56.598024] nss_ppe_lag_update_slave[131]:b986bdf8: Upper dev is not LAG for dev: ath1 [ 56.602936] device ath1 entered promiscuous mode [ 56.611238] Set globle Ageing time set to 300 which is same for all bridge MLD Single Netdev is ENABLED: Add MLD to Bridge MLD Single Netdev is ENABLED: Add MLD to Bridge Default Service Class Count: 8 Custom Service Class Count: 12 SLA Count: 7 Configure affinity for DS Configured the IRQ affinity for DS mode in ap-mi01.2 device: wifi1 vifs: wifinet1 wifinet1 [ 57.912039] ***** Fast boot VAP is completed... ***** [ 58.020574] qca-wifi loaded ``` 10.